meta-pick of commit
c1573a1fda7c3b917b6809795b9668629fe58883: the
variable gdk_window is used in a check, but we may as well use it again
to avoid calling _gtk_widget_get_window() again unnecessarily.
info->realized = TRUE;
- gdk_window_set_icon_list (_gtk_widget_get_window (widget), icon_list);
+ gdk_window_set_icon_list (gdk_window, icon_list);
if (GTK_IS_HEADER_BAR (priv->title_box))
_gtk_header_bar_update_window_icon (GTK_HEADER_BAR (priv->title_box), window);